home *** CD-ROM | disk | FTP | other *** search
- on doMAathList
- global MAathList, MAiconList
- set MAathList to [:]
- set MAiconList to [:]
- set vText to the text of cast "ClueDB"
- set vlines to the number of lines in vText
- repeat with vLine = 1 to vlines
- set vData to line vLine of vText
- set vName to item 1 of vData
- set vNum to value(item 2 of vData)
- set vClues to []
- set vItems to the number of items in vData
- repeat with vItem = 3 to vItems
- add(vClues, item vItem of vData)
- end repeat
- setaProp(MAathList, vName, vNum)
- setaProp(MAiconList, vNum, vClues)
- end repeat
- end
-